Adwaita: finally kill the scrollbar junction frame...
authorLapo Calamandrei <calamandrei@gmail.com>
Sat, 11 Oct 2014 12:31:08 +0000 (14:31 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Sat, 11 Oct 2014 12:32:19 +0000 (14:32 +0200)
See https://bugzilla.gnome.org/show_bug.cgi?id=737981

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index ec0cf125981c21ac1d21c195ac09920c4a50803a..6e41e6157d2b1852f15982971e82b3bf89a83ccf 100644 (file)
@@ -1806,8 +1806,10 @@ column-header.button.dnd { // for treeview-like derive widgets
   }
 }
 
-.scrollbars-junction { // the small square between two scrollbars
-  border-color: transparent;
+
+.scrollbars-junction,
+.scrollbars-junction.frame { // the small square between two scrollbars
+  border: none;
   background-color: darken($bg_color, 5%);
   &:backdrop { background-color: transparent; }
 }
index 5642cc15823fabb97ae7b1dacb8a160fb5b0fb9e..a2591d5b25b39951bffaa863ab6114859b79c6fb 100644 (file)
@@ -2465,10 +2465,14 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
     .scrollbar.slider:backdrop, .scrollbar.slider:insensitive {
       background-color: #4b5050; }
 
-.scrollbars-junction, .scrollbar.trough {
-  border-color: transparent;
+.scrollbars-junction, .scrollbar.trough,
+.scrollbars-junction.frame,
+.frame.scrollbar.trough {
+  border: none;
   background-color: #2d3232; }
-  .scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
+  .scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
+  .scrollbars-junction.frame:backdrop,
+  .frame.scrollbar.trough:backdrop {
     background-color: transparent; }
 
 /**********
index bd19bdccda6b3f5dbf9b53323ac05b915752266f..dc73e5df77e5e77e8e25a28b71d66c69d309d55e 100644 (file)
@@ -2462,10 +2462,14 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
     .scrollbar.slider:backdrop, .scrollbar.slider:insensitive {
       background-color: #d9dada; }
 
-.scrollbars-junction, .scrollbar.trough {
-  border-color: transparent;
+.scrollbars-junction, .scrollbar.trough,
+.scrollbars-junction.frame,
+.frame.scrollbar.trough {
+  border: none;
   background-color: #e0e0e0; }
-  .scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
+  .scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
+  .scrollbars-junction.frame:backdrop,
+  .frame.scrollbar.trough:backdrop {
     background-color: transparent; }
 
 /**********